From: Roland McGrath Date: Tue, 8 Mar 1994 06:48:45 +0000 (+0000) Subject: (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92811 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=370852333016efdd216f3123ae5e26e5d70c580e;p=emacs.git (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. --- diff --git a/src/term.c b/src/term.c index 5b769a4e29e..fb8e80fdd87 100644 --- a/src/term.c +++ b/src/term.c @@ -1260,7 +1260,7 @@ term_get_fkeys_1 () extern char *tgetstr (); int i; - char **address = term_get_fkeys_address; + char **address = term_get_fkeys_arg; /* This can happen if CANNOT_DUMP or with strange options. */ if (!initialized)